Welcome![Sign In][Sign Up]
Location:
Search - chat java socket simple

Search list

[JSP/Java简单的聊天程序(作者:刘亚焱)

Description: 简单的聊天程序用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。-simple chat program using java achieve bottom network communication, I use the TCP/IP protocol's socket (Socket) programming interfaces to network communications.
Platform: | Size: 12288 | Author: 黄国内 | Hits:

[JSP/Java2004120117454829025

Description: 多线程通信 程序说明 Ⅰ、设计项目: 简单的聊天程序 Ⅱ、设计人: 刘亚焱 Ⅲ、设计时间: 2003.5.6 Ⅳ、设计步骤: 1)需求分析: 用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。 2)设计部分: socket是一种流式通信机制,是一种基于连接的通信,即,在通信之前通信双方确认身份并建立一条 专用的虚拟连接通道,然后他们通过这条通道传送数据信息进行通信,当通信结束时再将原来所建的连 接拆除。-multithreaded communications description of the procedures, design projects : a simple chat program II, designer : Liu Yan III, the design time : 2003.5.6 IV, the design steps : 1) Demand Analysis : java achieve underlying network communication, I use the TCP/The IP socket (Socket) programming interfaces to network communications. 2) Design : socket is a streaming communication mechanism is based on a link of communication, namely, the communication before the two sides identified telecommunications and the establishment of a dedicated virtual link, and then they pass this information channel for transmission of data communications, when the communication ended when it originally construction of the link removed.
Platform: | Size: 315392 | Author: | Hits:

[JSP/Java有关socket的编程代码(简单的聊天程序)

Description: JAVA程序_有关socket的编程代码(简单的聊天程序)-JAVA procedures _ the socket programming code (simple chat program)
Platform: | Size: 3072 | Author: 马伟豪 | Hits:

[JSP/Javachattingroom

Description: 用 TCP/IP协议里的套接字(Socket)编程接口来实现一个聊天室.-using TCP/IP protocol's socket (Socket) programming interfaces to achieve a chat room.
Platform: | Size: 41984 | Author: hj | Hits:

[JSP/Javaj_chat

Description: 一个简单的socket聊天工具,实现在发送文件和语音聊天等功能,还能聊天的同时听音乐,分服务器端和客户端两部分-a simple socket chatting tool, in this paper and voice chat features, but also chat while listening to music and sub-servers and clients of two parts
Platform: | Size: 18432 | Author: 椰子 | Hits:

[ICQ-IM-ChatA_simple_chat_tool

Description: 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerListener对象 ServerListener.java 接受用户请求,并将消息移入消息队列 Sender.java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列 Client.java 接受信息,提供与界面之间的接口函数 Chat.java 主要是用户界面 -with a simple preparation of java chat tools, with socket type handling a part of communication. server.bat or running the command line input (to the Public for directory) : java-jar Chat.jar 8888 Open Server 8888 can also read arbitrary port 2 . client.bat or running the command line input (to the working directory) : java-jar Chat.jar Open Client 3. main categories : Server.java waiting for users to connect, after connecting to the current users to create object ServerListener ServerListener . java user request, the information will be relocated Message Queue Sender.java news transmitters, cyclic Message Queue constantly check whether there are new news, then send messages the news was sent out of Queue Client.java receive information, interface provides the interface between Chat.java m
Platform: | Size: 26624 | Author: ZX | Hits:

[Internet-Networkjavaicp22

Description: 用java socket包编的最简单的聊天室,-socket packets with the most simple part of the chat rooms,
Platform: | Size: 570368 | Author: haixiuqi | Hits:

[JSP/Javachating_hackgun_version

Description: JAVA做的一个简单的聊天室软件,含客户端和服务端程序,程序很简单,不过初学者可以研究一下,学习SOCKET编程及多线程的概念。-JAVA do a simple chat room software, including client and server procedures, the procedures are simple. But beginners can look at the study Socket Programming and multithreading concepts.
Platform: | Size: 5120 | Author: chenwenbin | Hits:

[JSP/JavaSocket

Description: JAVA编的简单的Socket程序,可以实现简单人机聊天。-JAVA series Socket simple procedure, can achieve a simple man-machine chat.
Platform: | Size: 1293312 | Author: chenyong | Hits:

[JSP/Javasocket

Description: socket程序,用java实现的一个简单聊天界面-socket program using java realization of a simple chat interface
Platform: | Size: 1294336 | Author: 明明 | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | Hits:

[Internet-NetworkserverAndClient

Description: 模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
Platform: | Size: 4096 | Author: pujing | Hits:

[JSP/Javasocket

Description: 轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
Platform: | Size: 1024 | Author: jioncomer | Hits:

[JSP/JavaJavaChatSocketProgramming

Description: Simple Chat Application using Java Socket Programming.
Platform: | Size: 5120 | Author: izz | Hits:

[JSP/Javajava1-echo

Description: 利用Java socket 编写的简单的聊天程序,是c/s结构-Java socket prepared using a simple chat program, the c/s structure
Platform: | Size: 2048 | Author: lsx | Hits:

[JSP/Javasocket

Description: 简单的java聊天程序源代码,可以实现一对一和一对多的聊天-Simple java chat program source code, can chat one-on-one and one-to-many
Platform: | Size: 6144 | Author: song | Hits:

[JSP/JavaChatMultiClient

Description: This a simple program Chat Multiclient with Java Socket-This is a simple program Chat Multiclient with Java Socket
Platform: | Size: 27648 | Author: sca | Hits:

[Communication-Mobilechat

Description: 简易手机聊天软件,socket实现。需要一个手机做server,同时支持多个client-Simple mobile chat software, socket implementation. Need a phone to do server, while supporting multiple client
Platform: | Size: 7168 | Author: zhouweimin | Hits:

[JSP/Javasocket

Description: 简单的java socket聊天程序,无图形界面版,可以一对多聊天,之前已上传了有界面的-Simple java socket chat program, no graphical interface version, can be one to many chat, before the interface has been uploaded there
Platform: | Size: 7168 | Author: 黄振 | Hits:

[JSP/Javajava-socket

Description: 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及群发消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
Platform: | Size: 3072 | Author: 邹晓敏 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net